home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Applications 2002 November
/
SGI IRIX 6.5 Applications 2002 November.iso
/
dist
/
java_eoe.idb
/
usr
/
java
/
bin
/
sgi
/
native_threads
/
rmiregistry.z
/
rmiregistry
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-05-20
|
318 b
|
18 lines
#!/bin/sh -p
#
# source a script that extracts RUNTIME_ARGS and APP_ARGS
#
. `dirname $0`/.extract_args
#
# Run the registry
#
if [ -f `dirname $0`/java ]
then
`dirname $0`/java $RUNTIME_ARGS sun.rmi.registry.RegistryImpl $APP_ARGS
else
`dirname $0`/jre $RUNTIME_ARGS sun.rmi.registry.RegistryImpl $APP_ARGS
fi